home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PPrintDoc.h ---------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PPrintDoc__
- #define __PPrintDoc__
-
- #include "PMTypes.h"
-
-
- class PPrintDoc
- {
-
- public:
-
- PPrintDoc
- ( short nCopies,
- PMBool bCollate,
- PMBool bReverse,
- PMBool bProof,
- const char * sRange,
- PMBool bBlank,
- short cPages,
- PMBool bIndependence,
- PMBool bBook,
- PMBool bBookSpec,
- short bOrientation,
- PMBool bSpreads,
- PMBool bIgnNonPrint );
-
- private:
-
- PPrintDoc();
- };
-
- #endif
-
- // end of PPrintDoc.h
-